Html Css Color HEX #9ACD4A Atlantis

📋 copy color: '#9ACD4A'

red 154 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #9ACD4A

Tints of Atlantis #9ACD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 35.57%
G = 47.34%
B = 17.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#9ACD4A (or 0x9ACD4A) is known color: Atlantis. HEX triplet: 9A, CD and 4A. RGB value is (154,205,74). Sum of RGB (Red+Green+Blue) = 154+205+74=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD4A is #6532B5. Grayscale: #AFAFAF. Windows color (decimal): -6632118 or 4902298. OLE color: 4902298.

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

Color convert

RGB 154 205 74 -
CMYK 0.25 0 0.64 0.20
HSL 83.36º 0.57% 0.55% -
HSV(B) 83.36º 0.64% 0.8% -
XYZ 36.39 51.03 14.41 -
YUV 174.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 154 205 74 0.25 0 0.64 0.20 83.36 0.57 0.55
Hex 9A CD 4A 19 0 40 14 53 39 37
Octal 232 315 112 31 0 100 24 123 71 67
Binary 10011010 11001101 1001010 11001 0 1000000 10100 1010011 111001 110111

Color Harmonies of #9ACD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD4A

Black with #9ACD4A

Text Example


Text Example

White with #9ACD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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