Html Css Color HEX #9AC64C Atlantis

📋 copy color: '#9AC64C'

red 154 ◦ green 198 ◦ blue 76

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

Shades of Atlantis #9AC64C

Tints of Atlantis #9AC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.26%

 BLUE value IS 76 (30.08% from 255) = 17.76%

R = 35.98%
G = 46.26%
B = 17.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#9AC64C (or 0x9AC64C) is known color: Atlantis. HEX triplet: 9A, C6 and 4C. RGB value is (154,198,76). Sum of RGB (Red+Green+Blue) = 154+198+76=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC64C is #6539B3. Grayscale: #ABABAB. Windows color (decimal): -6633908 or 5031578. OLE color: 5031578.

HSL color Cylindrical-coordinate representation of color #9AC64C: hue angle of 81.64º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AC64C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 198 76 -
CMYK 0.22 0 0.62 0.22
HSL 81.64º 0.52% 0.54% -
HSV(B) 81.64º 0.62% 0.78% -
XYZ 34.83 47.78 14.22 -
YUV 170.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 154 198 76 0.22 0 0.62 0.22 81.64 0.52 0.54
Hex 9A C6 4C 16 0 3E 16 52 34 36
Octal 232 306 114 26 0 76 26 122 64 66
Binary 10011010 11000110 1001100 10110 0 111110 10110 1010010 110100 110110

Color Harmonies of #9AC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC64C

Black with #9AC64C

Text Example


Text Example

White with #9AC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,198,76); }

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

background-color css

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

 a { background-color: rgb(154,198,76); }

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

border-color css

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

 span { border-color: rgb(154,198,76); }

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