Html Css Color HEX #AFC72A Bahia

📋 copy color: '#AFC72A'

red 175 ◦ green 199 ◦ blue 42

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

Shades of Bahia #AFC72A

Tints of Bahia #AFC72A

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

 GREEN value IS 199 (78.13% from 255) = 47.84%

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 42.07%
G = 47.84%
B = 10.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#AFC72A (or 0xAFC72A) is known color: Bahia. HEX triplet: AF, C7 and 2A. RGB value is (175,199,42). Sum of RGB (Red+Green+Blue) = 175+199+42=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC72A is #5038D5. Grayscale: #AEAEAE. Windows color (decimal): -5257430 or 2803631. OLE color: 2803631.

HSL color Cylindrical-coordinate representation of color #AFC72A: hue angle of 69.17º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFC72A is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 42 -
CMYK 0.12 0 0.79 0.22
HSL 69.17º 0.65% 0.47% -
HSV(B) 69.17º 0.79% 0.78% -
XYZ 38.52 50.13 9.84 -
YUV 173.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 175 199 42 0.12 0 0.79 0.22 69.17 0.65 0.47
Hex AF C7 2A C 0 4F 16 45 41 2F
Octal 257 307 52 14 0 117 26 105 101 57
Binary 10101111 11000111 101010 1100 0 1001111 10110 1000101 1000001 101111

Color Harmonies of #AFC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC72A

Black with #AFC72A

Text Example


Text Example

White with #AFC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC72A; }

 p { color: rgb(175,199,42); }

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

background-color css

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

 a { background-color: rgb(175,199,42); }

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

border-color css

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

 span { border-color: rgb(175,199,42); }

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