Html Css Color HEX #9ACE4B Atlantis

📋 copy color: '#9ACE4B'

red 154 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #9ACE4B

Tints of Atlantis #9ACE4B

RGB

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

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

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

R = 35.4%
G = 47.36%
B = 17.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#9ACE4B (or 0x9ACE4B) is known color: Atlantis. HEX triplet: 9A, CE and 4B. RGB value is (154,206,75). Sum of RGB (Red+Green+Blue) = 154+206+75=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE4B is #6531B4. Grayscale: #AFAFAF. Windows color (decimal): -6631861 or 4968090. OLE color: 4968090.

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

Color convert

RGB 154 206 75 -
CMYK 0.25 0 0.64 0.19
HSL 83.82º 0.57% 0.55% -
HSV(B) 83.82º 0.64% 0.81% -
XYZ 36.67 51.52 14.67 -
YUV 175.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 154 206 75 0.25 0 0.64 0.19 83.82 0.57 0.55
Hex 9A CE 4B 19 0 40 13 54 39 37
Octal 232 316 113 31 0 100 23 124 71 67
Binary 10011010 11001110 1001011 11001 0 1000000 10011 1010100 111001 110111

Color Harmonies of #9ACE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE4B

Black with #9ACE4B

Text Example


Text Example

White with #9ACE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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