Html Css Color HEX #9AD63C Atlantis

📋 copy color: '#9AD63C'

red 154 ◦ green 214 ◦ blue 60

#9AD63C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9AD63C

Tints of Atlantis #9AD63C

RGB

 RED value IS 154 (60.55% from 255) = 35.98%

 GREEN value IS 214 (83.98% from 255) = 50%

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 35.98%
G = 50%
B = 14.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9AD63C (or 0x9AD63C) is known color: Atlantis. HEX triplet: 9A, D6 and 3C. RGB value is (154,214,60). Sum of RGB (Red+Green+Blue) = 154+214+60=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD63C is #6529C3. Grayscale: #B3B3B3. Windows color (decimal): -6629828 or 3987098. OLE color: 3987098.

HSL color Cylindrical-coordinate representation of color #9AD63C: hue angle of 83.38º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AD63C is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 60 -
CMYK 0.28 0 0.72 0.16
HSL 83.38º 0.65% 0.54% -
HSV(B) 83.38º 0.72% 0.84% -
XYZ 38.19 55.29 12.93 -
YUV 178.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 154 214 60 0.28 0 0.72 0.16 83.38 0.65 0.54
Hex 9A D6 3C 1C 0 48 10 53 41 36
Octal 232 326 74 34 0 110 20 123 101 66
Binary 10011010 11010110 111100 11100 0 1001000 10000 1010011 1000001 110110

Color Harmonies of #9AD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD63C

Black with #9AD63C

Text Example


Text Example

White with #9AD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AD63C; }

 p { color: rgb(154,214,60); }

 H1.HeaderClassName
 {
   color: #9AD63C;
 }
 .AnyTagClassName
 {
   color: #9AD63C;
 }
</style>

background-color css

<style>
 a { background-color: #9AD63C; }

 a { background-color: rgb(154,214,60); }

 div.DivClassName
 {
   background-color: #9AD63C;
 }
 .BgClassName
 {
   background-color: #9AD63C;
 }
</style>

border-color css

<style>
 span { border-color: #9AD63C; }

 span { border-color: rgb(154,214,60); }

 td.TdClassName
 {
   border-color: #9AD63C;
 }
 .TagClassName
 {
   border-color: #9AD63C;
 }
</style>