Html Css Color HEX #AFC52A Bahia

📋 copy color: '#AFC52A'

red 175 ◦ green 197 ◦ blue 42

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

Shades of Bahia #AFC52A

Tints of Bahia #AFC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.58%

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

R = 42.27%
G = 47.58%
B = 10.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AFC52A (or 0xAFC52A) is known color: Bahia. HEX triplet: AF, C5 and 2A. RGB value is (175,197,42). Sum of RGB (Red+Green+Blue) = 175+197+42=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC52A is #503AD5. Grayscale: #ADADAD. Windows color (decimal): -5257942 or 2803119. OLE color: 2803119.

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

Color convert

RGB 175 197 42 -
CMYK 0.11 0 0.79 0.23
HSL 68.52º 0.65% 0.47% -
HSV(B) 68.52º 0.79% 0.77% -
XYZ 38.06 49.21 9.68 -
YUV 172.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 175 197 42 0.11 0 0.79 0.23 68.52 0.65 0.47
Hex AF C5 2A B 0 4F 17 45 41 2F
Octal 257 305 52 13 0 117 27 105 101 57
Binary 10101111 11000101 101010 1011 0 1001111 10111 1000101 1000001 101111

Color Harmonies of #AFC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC52A

Black with #AFC52A

Text Example


Text Example

White with #AFC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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