Html Css Color HEX #AFC21E Bahia

📋 copy color: '#AFC21E'

red 175 ◦ green 194 ◦ blue 30

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

Shades of Bahia #AFC21E

Tints of Bahia #AFC21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 43.86%
G = 48.62%
B = 7.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#AFC21E (or 0xAFC21E) is known color: Bahia. HEX triplet: AF, C2 and 1E. RGB value is (175,194,30). Sum of RGB (Red+Green+Blue) = 175+194+30=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC21E is #503DE1. Grayscale: #AAAAAA. Windows color (decimal): -5258722 or 2015919. OLE color: 2015919.

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

Color convert

RGB 175 194 30 -
CMYK 0.10 0 0.85 0.24
HSL 66.95º 0.73% 0.44% -
HSV(B) 66.95º 0.85% 0.76% -
XYZ 37.21 47.79 8.49 -
YUV 169.62 49.21 131.84 -
System Red Green Blue C M Y K H S L
Decimal 175 194 30 0.10 0 0.85 0.24 66.95 0.73 0.44
Hex AF C2 1E A 0 55 18 43 49 2C
Octal 257 302 36 12 0 125 30 103 111 54
Binary 10101111 11000010 11110 1010 0 1010101 11000 1000011 1001001 101100

Color Harmonies of #AFC21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC21E

Black with #AFC21E

Text Example


Text Example

White with #AFC21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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