Html Css Color HEX #A7CF15 Bahia

📋 copy color: '#A7CF15'

red 167 ◦ green 207 ◦ blue 21

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

Shades of Bahia #A7CF15

Tints of Bahia #A7CF15

RGB

 RED value IS 167 (65.63% from 255) = 42.28%

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

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 42.28%
G = 52.41%
B = 5.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#A7CF15 (or 0xA7CF15) is known color: Bahia. HEX triplet: A7, CF and 15. RGB value is (167,207,21). Sum of RGB (Red+Green+Blue) = 167+207+21=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF15 is #5830EA. Grayscale: #AEAEAE. Windows color (decimal): -5779691 or 1429415. OLE color: 1429415.

HSL color Cylindrical-coordinate representation of color #A7CF15: hue angle of 72.9º 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 #A7CF15 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 21 -
CMYK 0.19 0 0.90 0.19
HSL 72.9º 0.82% 0.45% -
HSV(B) 72.9º 0.9% 0.81% -
XYZ 38.38 52.9 8.9 -
YUV 173.84 41.75 123.12 -
System Red Green Blue C M Y K H S L
Decimal 167 207 21 0.19 0 0.90 0.19 72.9 0.82 0.45
Hex A7 CF 15 13 0 5A 13 49 52 2D
Octal 247 317 25 23 0 132 23 111 122 55
Binary 10100111 11001111 10101 10011 0 1011010 10011 1001001 1010010 101101

Color Harmonies of #A7CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF15

Black with #A7CF15

Text Example


Text Example

White with #A7CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF15; }

 p { color: rgb(167,207,21); }

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

background-color css

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

 a { background-color: rgb(167,207,21); }

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

border-color css

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

 span { border-color: rgb(167,207,21); }

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