Html Css Color HEX #A7D01E Bahia

📋 copy color: '#A7D01E'

red 167 ◦ green 208 ◦ blue 30

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

Shades of Bahia #A7D01E

Tints of Bahia #A7D01E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 30 (12.11% from 255) = 7.41%

R = 41.23%
G = 51.36%
B = 7.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#A7D01E (or 0xA7D01E) is known color: Bahia. HEX triplet: A7, D0 and 1E. RGB value is (167,208,30). Sum of RGB (Red+Green+Blue) = 167+208+30=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D01E is #582FE1. Grayscale: #B0B0B0. Windows color (decimal): -5779426 or 2019495. OLE color: 2019495.

HSL color Cylindrical-coordinate representation of color #A7D01E: hue angle of 73.82º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7D01E is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 208 30 -
CMYK 0.20 0 0.86 0.18
HSL 73.82º 0.75% 0.47% -
HSV(B) 73.82º 0.86% 0.82% -
XYZ 38.73 53.42 9.5 -
YUV 175.45 45.92 121.97 -
System Red Green Blue C M Y K H S L
Decimal 167 208 30 0.20 0 0.86 0.18 73.82 0.75 0.47
Hex A7 D0 1E 14 0 56 12 4A 4B 2F
Octal 247 320 36 24 0 126 22 112 113 57
Binary 10100111 11010000 11110 10100 0 1010110 10010 1001010 1001011 101111

Color Harmonies of #A7D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D01E

Black with #A7D01E

Text Example


Text Example

White with #A7D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D01E; }

 p { color: rgb(167,208,30); }

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

background-color css

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

 a { background-color: rgb(167,208,30); }

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

border-color css

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

 span { border-color: rgb(167,208,30); }

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