Html Css Color HEX #A5CB39 Atlantis

📋 copy color: '#A5CB39'

red 165 ◦ green 203 ◦ blue 57

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

Shades of Atlantis #A5CB39

Tints of Atlantis #A5CB39

RGB

 RED value IS 165 (64.84% from 255) = 38.82%

 GREEN value IS 203 (79.69% from 255) = 47.76%

 BLUE value IS 57 (22.66% from 255) = 13.41%

R = 38.82%
G = 47.76%
B = 13.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#A5CB39 (or 0xA5CB39) is known color: Atlantis. HEX triplet: A5, CB and 39. RGB value is (165,203,57). Sum of RGB (Red+Green+Blue) = 165+203+57=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB39 is #5A34C6. Grayscale: #AFAFAF. Windows color (decimal): -5911751 or 3787685. OLE color: 3787685.

HSL color Cylindrical-coordinate representation of color #A5CB39: hue angle of 75.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5CB39 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 57 -
CMYK 0.19 0 0.72 0.20
HSL 75.62º 0.58% 0.51% -
HSV(B) 75.62º 0.72% 0.8% -
XYZ 37.61 51.01 11.73 -
YUV 174.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 165 203 57 0.19 0 0.72 0.20 75.62 0.58 0.51
Hex A5 CB 39 13 0 48 14 4C 3A 33
Octal 245 313 71 23 0 110 24 114 72 63
Binary 10100101 11001011 111001 10011 0 1001000 10100 1001100 111010 110011

Color Harmonies of #A5CB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB39

Black with #A5CB39

Text Example


Text Example

White with #A5CB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB39; }

 p { color: rgb(165,203,57); }

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

background-color css

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

 a { background-color: rgb(165,203,57); }

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

border-color css

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

 span { border-color: rgb(165,203,57); }

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