Html Css Color HEX #A5CF1A Bahia

📋 copy color: '#A5CF1A'

red 165 ◦ green 207 ◦ blue 26

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

Shades of Bahia #A5CF1A

Tints of Bahia #A5CF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.53%

R = 41.46%
G = 52.01%
B = 6.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#A5CF1A (or 0xA5CF1A) is known color: Bahia. HEX triplet: A5, CF and 1A. RGB value is (165,207,26). Sum of RGB (Red+Green+Blue) = 165+207+26=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF1A is #5A30E5. Grayscale: #AEAEAE. Windows color (decimal): -5910758 or 1757093. OLE color: 1757093.

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

Color convert

RGB 165 207 26 -
CMYK 0.20 0 0.87 0.19
HSL 73.92º 0.78% 0.46% -
HSV(B) 73.92º 0.87% 0.81% -
XYZ 38.02 52.7 9.15 -
YUV 173.81 44.59 121.72 -
System Red Green Blue C M Y K H S L
Decimal 165 207 26 0.20 0 0.87 0.19 73.92 0.78 0.46
Hex A5 CF 1A 14 0 57 13 4A 4E 2E
Octal 245 317 32 24 0 127 23 112 116 56
Binary 10100101 11001111 11010 10100 0 1010111 10011 1001010 1001110 101110

Color Harmonies of #A5CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF1A

Black with #A5CF1A

Text Example


Text Example

White with #A5CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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