Html Css Color HEX #AFC818 Rio Grande

📋 copy color: '#AFC818'

red 175 ◦ green 200 ◦ blue 24

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

Shades of Rio Grande #AFC818

Tints of Rio Grande #AFC818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.02%

R = 43.86%
G = 50.13%
B = 6.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#AFC818 (or 0xAFC818) is known color: Rio Grande. HEX triplet: AF, C8 and 18. RGB value is (175,200,24). Sum of RGB (Red+Green+Blue) = 175+200+24=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC818 is #5037E7. Grayscale: #ADADAD. Windows color (decimal): -5257192 or 1624239. OLE color: 1624239.

HSL color Cylindrical-coordinate representation of color #AFC818: hue angle of 68.52º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC818 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 24 -
CMYK 0.12 0 0.88 0.22
HSL 68.52º 0.79% 0.44% -
HSV(B) 68.52º 0.88% 0.78% -
XYZ 38.5 50.49 8.58 -
YUV 172.46 44.22 129.81 -
System Red Green Blue C M Y K H S L
Decimal 175 200 24 0.12 0 0.88 0.22 68.52 0.79 0.44
Hex AF C8 18 C 0 58 16 45 4F 2C
Octal 257 310 30 14 0 130 26 105 117 54
Binary 10101111 11001000 11000 1100 0 1011000 10110 1000101 1001111 101100

Color Harmonies of #AFC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC818

Black with #AFC818

Text Example


Text Example

White with #AFC818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC818; }

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

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

background-color css

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

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

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

border-color css

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

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

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