Html Css Color HEX #9AC442 Atlantis

📋 copy color: '#9AC442'

red 154 ◦ green 196 ◦ blue 66

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

Shades of Atlantis #9AC442

Tints of Atlantis #9AC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 37.02%
G = 47.12%
B = 15.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#9AC442 (or 0x9AC442) is known color: Atlantis. HEX triplet: 9A, C4 and 42. RGB value is (154,196,66). Sum of RGB (Red+Green+Blue) = 154+196+66=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC442 is #653BBD. Grayscale: #A9A9A9. Windows color (decimal): -6634430 or 4375706. OLE color: 4375706.

HSL color Cylindrical-coordinate representation of color #9AC442: hue angle of 79.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AC442 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 196 66 -
CMYK 0.21 0 0.66 0.23
HSL 79.38º 0.52% 0.51% -
HSV(B) 79.38º 0.66% 0.77% -
XYZ 34.05 46.74 12.38 -
YUV 168.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 154 196 66 0.21 0 0.66 0.23 79.38 0.52 0.51
Hex 9A C4 42 15 0 42 17 4F 34 33
Octal 232 304 102 25 0 102 27 117 64 63
Binary 10011010 11000100 1000010 10101 0 1000010 10111 1001111 110100 110011

Color Harmonies of #9AC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC442

Black with #9AC442

Text Example


Text Example

White with #9AC442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,196,66); }

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

background-color css

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

 a { background-color: rgb(154,196,66); }

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

border-color css

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

 span { border-color: rgb(154,196,66); }

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