Html Css Color HEX #A5CB3F Atlantis

📋 copy color: '#A5CB3F'

red 165 ◦ green 203 ◦ blue 63

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

Shades of Atlantis #A5CB3F

Tints of Atlantis #A5CB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.62%

R = 38.28%
G = 47.1%
B = 14.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#A5CB3F (or 0xA5CB3F) is known color: Atlantis. HEX triplet: A5, CB and 3F. RGB value is (165,203,63). Sum of RGB (Red+Green+Blue) = 165+203+63=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB3F is #5A34C0. Grayscale: #B0B0B0. Windows color (decimal): -5911745 or 4180901. OLE color: 4180901.

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

Color convert

RGB 165 203 63 -
CMYK 0.19 0 0.69 0.20
HSL 76.29º 0.57% 0.52% -
HSV(B) 76.29º 0.69% 0.8% -
XYZ 37.77 51.07 12.57 -
YUV 175.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 165 203 63 0.19 0 0.69 0.20 76.29 0.57 0.52
Hex A5 CB 3F 13 0 45 14 4C 39 34
Octal 245 313 77 23 0 105 24 114 71 64
Binary 10100101 11001011 111111 10011 0 1000101 10100 1001100 111001 110100

Color Harmonies of #A5CB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB3F

Black with #A5CB3F

Text Example


Text Example

White with #A5CB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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