Html Css Color HEX #A5CF14 Bahia

📋 copy color: '#A5CF14'

red 165 ◦ green 207 ◦ blue 20

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

Shades of Bahia #A5CF14

Tints of Bahia #A5CF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 42.09%
G = 52.81%
B = 5.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#A5CF14 (or 0xA5CF14) is known color: Bahia. HEX triplet: A5, CF and 14. RGB value is (165,207,20). Sum of RGB (Red+Green+Blue) = 165+207+20=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CF14 is #5A30EB. Grayscale: #ADADAD. Windows color (decimal): -5910764 or 1363877. OLE color: 1363877.

HSL color Cylindrical-coordinate representation of color #A5CF14: hue angle of 73.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5CF14 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 20 -
CMYK 0.20 0 0.90 0.19
HSL 73.48º 0.82% 0.45% -
HSV(B) 73.48º 0.9% 0.81% -
XYZ 37.96 52.68 8.83 -
YUV 173.12 41.59 122.21 -
System Red Green Blue C M Y K H S L
Decimal 165 207 20 0.20 0 0.90 0.19 73.48 0.82 0.45
Hex A5 CF 14 14 0 5A 13 49 52 2D
Octal 245 317 24 24 0 132 23 111 122 55
Binary 10100101 11001111 10100 10100 0 1011010 10011 1001001 1010010 101101

Color Harmonies of #A5CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF14

Black with #A5CF14

Text Example


Text Example

White with #A5CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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