Html Css Color HEX #AFC21A Bahia

📋 copy color: '#AFC21A'

red 175 ◦ green 194 ◦ blue 26

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

Shades of Bahia #AFC21A

Tints of Bahia #AFC21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 44.3%
G = 49.11%
B = 6.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#AFC21A (or 0xAFC21A) is known color: Bahia. HEX triplet: AF, C2 and 1A. RGB value is (175,194,26). Sum of RGB (Red+Green+Blue) = 175+194+26=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC21A is #503DE5. Grayscale: #A9A9A9. Windows color (decimal): -5258726 or 1753775. OLE color: 1753775.

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

Color convert

RGB 175 194 26 -
CMYK 0.10 0 0.87 0.24
HSL 66.79º 0.76% 0.43% -
HSV(B) 66.79º 0.87% 0.76% -
XYZ 37.16 47.77 8.24 -
YUV 169.17 47.21 132.16 -
System Red Green Blue C M Y K H S L
Decimal 175 194 26 0.10 0 0.87 0.24 66.79 0.76 0.43
Hex AF C2 1A A 0 57 18 43 4C 2B
Octal 257 302 32 12 0 127 30 103 114 53
Binary 10101111 11000010 11010 1010 0 1010111 11000 1000011 1001100 101011

Color Harmonies of #AFC21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC21A

Black with #AFC21A

Text Example


Text Example

White with #AFC21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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