Html Css Color HEX #A5CB38 Atlantis

📋 copy color: '#A5CB38'

red 165 ◦ green 203 ◦ blue 56

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

Shades of Atlantis #A5CB38

Tints of Atlantis #A5CB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 38.92%
G = 47.88%
B = 13.21%

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

#A5CB38 (or 0xA5CB38) is known color: Atlantis. HEX triplet: A5, CB and 38. RGB value is (165,203,56). Sum of RGB (Red+Green+Blue) = 165+203+56=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB38 is #5A34C7. Grayscale: #AFAFAF. Windows color (decimal): -5911752 or 3722149. OLE color: 3722149.

HSL color Cylindrical-coordinate representation of color #A5CB38: hue angle of 75.51º degrees, saturation: 0.59, 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 #A5CB38 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 56 -
CMYK 0.19 0 0.72 0.20
HSL 75.51º 0.59% 0.51% -
HSV(B) 75.51º 0.72% 0.8% -
XYZ 37.59 51 11.6 -
YUV 174.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 165 203 56 0.19 0 0.72 0.20 75.51 0.59 0.51
Hex A5 CB 38 13 0 48 14 4C 3B 33
Octal 245 313 70 23 0 110 24 114 73 63
Binary 10100101 11001011 111000 10011 0 1001000 10100 1001100 111011 110011

Color Harmonies of #A5CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB38

Black with #A5CB38

Text Example


Text Example

White with #A5CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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