Html Css Color HEX #AFC22A Bahia

📋 copy color: '#AFC22A'

red 175 ◦ green 194 ◦ blue 42

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

Shades of Bahia #AFC22A

Tints of Bahia #AFC22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.2%

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

R = 42.58%
G = 47.2%
B = 10.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AFC22A (or 0xAFC22A) is known color: Bahia. HEX triplet: AF, C2 and 2A. RGB value is (175,194,42). Sum of RGB (Red+Green+Blue) = 175+194+42=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC22A is #503DD5. Grayscale: #ABABAB. Windows color (decimal): -5258710 or 2802351. OLE color: 2802351.

HSL color Cylindrical-coordinate representation of color #AFC22A: hue angle of 67.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFC22A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 42 -
CMYK 0.10 0 0.78 0.24
HSL 67.5º 0.64% 0.46% -
HSV(B) 67.5º 0.78% 0.76% -
XYZ 37.39 47.86 9.46 -
YUV 170.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 175 194 42 0.10 0 0.78 0.24 67.5 0.64 0.46
Hex AF C2 2A A 0 4E 18 44 40 2E
Octal 257 302 52 12 0 116 30 104 100 56
Binary 10101111 11000010 101010 1010 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #AFC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC22A

Black with #AFC22A

Text Example


Text Example

White with #AFC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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