Html Css Color HEX #AFC212 Rio Grande

📋 copy color: '#AFC212'

red 175 ◦ green 194 ◦ blue 18

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

Shades of Rio Grande #AFC212

Tints of Rio Grande #AFC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 45.22%
G = 50.13%
B = 4.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AFC212 (or 0xAFC212) is known color: Rio Grande. HEX triplet: AF, C2 and 12. RGB value is (175,194,18). Sum of RGB (Red+Green+Blue) = 175+194+18=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC212 is #503DED. Grayscale: #A8A8A8. Windows color (decimal): -5258734 or 1229487. OLE color: 1229487.

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

Color convert

RGB 175 194 18 -
CMYK 0.10 0 0.91 0.24
HSL 66.48º 0.83% 0.42% -
HSV(B) 66.48º 0.91% 0.76% -
XYZ 37.08 47.74 7.83 -
YUV 168.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 175 194 18 0.10 0 0.91 0.24 66.48 0.83 0.42
Hex AF C2 12 A 0 5B 18 42 53 2A
Octal 257 302 22 12 0 133 30 102 123 52
Binary 10101111 11000010 10010 1010 0 1011011 11000 1000010 1010011 101010

Color Harmonies of #AFC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC212

Black with #AFC212

Text Example


Text Example

White with #AFC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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