Html Css Color HEX #9ACE42 Atlantis

📋 copy color: '#9ACE42'

red 154 ◦ green 206 ◦ blue 66

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

Shades of Atlantis #9ACE42

Tints of Atlantis #9ACE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.36%

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

R = 36.15%
G = 48.36%
B = 15.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#9ACE42 (or 0x9ACE42) is known color: Atlantis. HEX triplet: 9A, CE and 42. RGB value is (154,206,66). Sum of RGB (Red+Green+Blue) = 154+206+66=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE42 is #6531BD. Grayscale: #AEAEAE. Windows color (decimal): -6631870 or 4378266. OLE color: 4378266.

HSL color Cylindrical-coordinate representation of color #9ACE42: hue angle of 82.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ACE42 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 66 -
CMYK 0.25 0 0.68 0.19
HSL 82.29º 0.59% 0.53% -
HSV(B) 82.29º 0.68% 0.81% -
XYZ 36.38 51.41 13.16 -
YUV 174.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 154 206 66 0.25 0 0.68 0.19 82.29 0.59 0.53
Hex 9A CE 42 19 0 44 13 52 3B 35
Octal 232 316 102 31 0 104 23 122 73 65
Binary 10011010 11001110 1000010 11001 0 1000100 10011 1010010 111011 110101

Color Harmonies of #9ACE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE42

Black with #9ACE42

Text Example


Text Example

White with #9ACE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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