Html Css Color HEX #AFC42A Bahia

📋 copy color: '#AFC42A'

red 175 ◦ green 196 ◦ blue 42

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

Shades of Bahia #AFC42A

Tints of Bahia #AFC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.46%

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

R = 42.37%
G = 47.46%
B = 10.17%

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

#AFC42A (or 0xAFC42A) is known color: Bahia. HEX triplet: AF, C4 and 2A. RGB value is (175,196,42). Sum of RGB (Red+Green+Blue) = 175+196+42=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC42A is #503BD5. Grayscale: #ACACAC. Windows color (decimal): -5258198 or 2802863. OLE color: 2802863.

HSL color Cylindrical-coordinate representation of color #AFC42A: hue angle of 68.18º 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 #AFC42A is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 42 -
CMYK 0.11 0 0.79 0.23
HSL 68.18º 0.65% 0.47% -
HSV(B) 68.18º 0.79% 0.77% -
XYZ 37.84 48.76 9.61 -
YUV 172.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 175 196 42 0.11 0 0.79 0.23 68.18 0.65 0.47
Hex AF C4 2A B 0 4F 17 44 41 2F
Octal 257 304 52 13 0 117 27 104 101 57
Binary 10101111 11000100 101010 1011 0 1001111 10111 1000100 1000001 101111

Color Harmonies of #AFC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC42A

Black with #AFC42A

Text Example


Text Example

White with #AFC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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