Html Css Color HEX #AFD226 Rio Grande

📋 copy color: '#AFD226'

red 175 ◦ green 210 ◦ blue 38

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

Shades of Rio Grande #AFD226

Tints of Rio Grande #AFD226

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 41.37%
G = 49.65%
B = 8.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#AFD226 (or 0xAFD226) is known color: Rio Grande. HEX triplet: AF, D2 and 26. RGB value is (175,210,38). Sum of RGB (Red+Green+Blue) = 175+210+38=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD226 is #502DD9. Grayscale: #B4B4B4. Windows color (decimal): -5254618 or 2544303. OLE color: 2544303.

HSL color Cylindrical-coordinate representation of color #AFD226: hue angle of 72.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFD226 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 38 -
CMYK 0.17 0 0.82 0.18
HSL 72.21º 0.69% 0.49% -
HSV(B) 72.21º 0.82% 0.82% -
XYZ 41.08 55.35 10.35 -
YUV 179.93 47.9 124.49 -
System Red Green Blue C M Y K H S L
Decimal 175 210 38 0.17 0 0.82 0.18 72.21 0.69 0.49
Hex AF D2 26 11 0 52 12 48 45 31
Octal 257 322 46 21 0 122 22 110 105 61
Binary 10101111 11010010 100110 10001 0 1010010 10010 1001000 1000101 110001

Color Harmonies of #AFD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD226

Black with #AFD226

Text Example


Text Example

White with #AFD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD226; }

 p { color: rgb(175,210,38); }

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

background-color css

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

 a { background-color: rgb(175,210,38); }

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

border-color css

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

 span { border-color: rgb(175,210,38); }

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