Html Css Color HEX #9ACD4B Atlantis

📋 copy color: '#9ACD4B'

red 154 ◦ green 205 ◦ blue 75

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

Shades of Atlantis #9ACD4B

Tints of Atlantis #9ACD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 35.48%
G = 47.24%
B = 17.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#9ACD4B (or 0x9ACD4B) is known color: Atlantis. HEX triplet: 9A, CD and 4B. RGB value is (154,205,75). Sum of RGB (Red+Green+Blue) = 154+205+75=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD4B is #6532B4. Grayscale: #AFAFAF. Windows color (decimal): -6632117 or 4967834. OLE color: 4967834.

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

Color convert

RGB 154 205 75 -
CMYK 0.25 0 0.63 0.20
HSL 83.54º 0.57% 0.55% -
HSV(B) 83.54º 0.63% 0.8% -
XYZ 36.43 51.04 14.59 -
YUV 174.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 154 205 75 0.25 0 0.63 0.20 83.54 0.57 0.55
Hex 9A CD 4B 19 0 3F 14 54 39 37
Octal 232 315 113 31 0 77 24 124 71 67
Binary 10011010 11001101 1001011 11001 0 111111 10100 1010100 111001 110111

Color Harmonies of #9ACD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD4B

Black with #9ACD4B

Text Example


Text Example

White with #9ACD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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