Html Css Color HEX #9ACD42 Atlantis

📋 copy color: '#9ACD42'

red 154 ◦ green 205 ◦ blue 66

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

Shades of Atlantis #9ACD42

Tints of Atlantis #9ACD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.24%

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

R = 36.24%
G = 48.24%
B = 15.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#9ACD42 (or 0x9ACD42) is known color: Atlantis. HEX triplet: 9A, CD and 42. RGB value is (154,205,66). Sum of RGB (Red+Green+Blue) = 154+205+66=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD42 is #6532BD. Grayscale: #AEAEAE. Windows color (decimal): -6632126 or 4378010. OLE color: 4378010.

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

Color convert

RGB 154 205 66 -
CMYK 0.25 0 0.68 0.20
HSL 82.01º 0.58% 0.53% -
HSV(B) 82.01º 0.68% 0.8% -
XYZ 36.14 50.93 13.08 -
YUV 173.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 154 205 66 0.25 0 0.68 0.20 82.01 0.58 0.53
Hex 9A CD 42 19 0 44 14 52 3A 35
Octal 232 315 102 31 0 104 24 122 72 65
Binary 10011010 11001101 1000010 11001 0 1000100 10100 1010010 111010 110101

Color Harmonies of #9ACD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD42

Black with #9ACD42

Text Example


Text Example

White with #9ACD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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