Html Css Color HEX #A5CA0E Bahia

📋 copy color: '#A5CA0E'

red 165 ◦ green 202 ◦ blue 14

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

Shades of Bahia #A5CA0E

Tints of Bahia #A5CA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.02%

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 43.31%
G = 53.02%
B = 3.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#A5CA0E (or 0xA5CA0E) is known color: Bahia. HEX triplet: A5, CA and 0E. RGB value is (165,202,14). Sum of RGB (Red+Green+Blue) = 165+202+14=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CA0E is #5A35F1. Grayscale: #AAAAAA. Windows color (decimal): -5912050 or 969381. OLE color: 969381.

HSL color Cylindrical-coordinate representation of color #A5CA0E: hue angle of 71.81º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5CA0E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 14 -
CMYK 0.18 0 0.93 0.21
HSL 71.81º 0.87% 0.42% -
HSV(B) 71.81º 0.93% 0.79% -
XYZ 36.72 50.27 8.18 -
YUV 169.51 40.24 124.79 -
System Red Green Blue C M Y K H S L
Decimal 165 202 14 0.18 0 0.93 0.21 71.81 0.87 0.42
Hex A5 CA E 12 0 5D 15 48 57 2A
Octal 245 312 16 22 0 135 25 110 127 52
Binary 10100101 11001010 1110 10010 0 1011101 10101 1001000 1010111 101010

Color Harmonies of #A5CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA0E

Black with #A5CA0E

Text Example


Text Example

White with #A5CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA0E; }

 p { color: rgb(165,202,14); }

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

background-color css

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

 a { background-color: rgb(165,202,14); }

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

border-color css

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

 span { border-color: rgb(165,202,14); }

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