Html Css Color HEX #A5CF0C Bahia

📋 copy color: '#A5CF0C'

red 165 ◦ green 207 ◦ blue 12

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

Shades of Bahia #A5CF0C

Tints of Bahia #A5CF0C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.91%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 42.97%
G = 53.91%
B = 3.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#A5CF0C (or 0xA5CF0C) is known color: Bahia. HEX triplet: A5, CF and 0C. RGB value is (165,207,12). Sum of RGB (Red+Green+Blue) = 165+207+12=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CF0C is #5A30F3. Grayscale: #ACACAC. Windows color (decimal): -5910772 or 839589. OLE color: 839589.

HSL color Cylindrical-coordinate representation of color #A5CF0C: hue angle of 72.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5CF0C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 12 -
CMYK 0.20 0 0.94 0.19
HSL 72.92º 0.89% 0.43% -
HSV(B) 72.92º 0.94% 0.81% -
XYZ 37.9 52.65 8.51 -
YUV 172.21 37.59 122.86 -
System Red Green Blue C M Y K H S L
Decimal 165 207 12 0.20 0 0.94 0.19 72.92 0.89 0.43
Hex A5 CF C 14 0 5E 13 49 59 2B
Octal 245 317 14 24 0 136 23 111 131 53
Binary 10100101 11001111 1100 10100 0 1011110 10011 1001001 1011001 101011

Color Harmonies of #A5CF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF0C

Black with #A5CF0C

Text Example


Text Example

White with #A5CF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF0C; }

 p { color: rgb(165,207,12); }

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

background-color css

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

 a { background-color: rgb(165,207,12); }

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

border-color css

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

 span { border-color: rgb(165,207,12); }

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