Html Css Color HEX #AFC82A Bahia

📋 copy color: '#AFC82A'

red 175 ◦ green 200 ◦ blue 42

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

Shades of Bahia #AFC82A

Tints of Bahia #AFC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.96%

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

R = 41.97%
G = 47.96%
B = 10.07%

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

#AFC82A (or 0xAFC82A) is known color: Bahia. HEX triplet: AF, C8 and 2A. RGB value is (175,200,42). Sum of RGB (Red+Green+Blue) = 175+200+42=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC82A is #5037D5. Grayscale: #AFAFAF. Windows color (decimal): -5257174 or 2803887. OLE color: 2803887.

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

Color convert

RGB 175 200 42 -
CMYK 0.12 0 0.79 0.22
HSL 69.49º 0.65% 0.47% -
HSV(B) 69.49º 0.79% 0.78% -
XYZ 38.75 50.59 9.91 -
YUV 174.51 53.22 128.35 -
System Red Green Blue C M Y K H S L
Decimal 175 200 42 0.12 0 0.79 0.22 69.49 0.65 0.47
Hex AF C8 2A C 0 4F 16 45 41 2F
Octal 257 310 52 14 0 117 26 105 101 57
Binary 10101111 11001000 101010 1100 0 1001111 10110 1000101 1000001 101111

Color Harmonies of #AFC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC82A

Black with #AFC82A

Text Example


Text Example

White with #AFC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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