Html Css Color HEX #9ACC4B Atlantis

📋 copy color: '#9ACC4B'

red 154 ◦ green 204 ◦ blue 75

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

Shades of Atlantis #9ACC4B

Tints of Atlantis #9ACC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.11%

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

R = 35.57%
G = 47.11%
B = 17.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#9ACC4B (or 0x9ACC4B) is known color: Atlantis. HEX triplet: 9A, CC and 4B. RGB value is (154,204,75). Sum of RGB (Red+Green+Blue) = 154+204+75=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC4B is #6533B4. Grayscale: #AEAEAE. Windows color (decimal): -6632373 or 4967578. OLE color: 4967578.

HSL color Cylindrical-coordinate representation of color #9ACC4B: hue angle of 83.26º degrees, saturation: 0.56, 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 #9ACC4B is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 75 -
CMYK 0.25 0 0.63 0.2
HSL 83.26º 0.56% 0.55% -
HSV(B) 83.26º 0.63% 0.8% -
XYZ 36.19 50.56 14.51 -
YUV 174.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 154 204 75 0.25 0 0.63 0.2 83.26 0.56 0.55
Hex 9A CC 4B 19 0 3F 14 53 38 37
Octal 232 314 113 31 0 77 24 123 70 67
Binary 10011010 11001100 1001011 11001 0 111111 10100 1010011 111000 110111

Color Harmonies of #9ACC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC4B

Black with #9ACC4B

Text Example


Text Example

White with #9ACC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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