Html Css Color HEX #AFCC22 Rio Grande

📋 copy color: '#AFCC22'

red 175 ◦ green 204 ◦ blue 34

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

Shades of Rio Grande #AFCC22

Tints of Rio Grande #AFCC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.39%

 BLUE value IS 34 (13.67% from 255) = 8.23%

R = 42.37%
G = 49.39%
B = 8.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#AFCC22 (or 0xAFCC22) is known color: Rio Grande. HEX triplet: AF, CC and 22. RGB value is (175,204,34). Sum of RGB (Red+Green+Blue) = 175+204+34=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC22 is #5033DD. Grayscale: #B0B0B0. Windows color (decimal): -5256158 or 2280623. OLE color: 2280623.

HSL color Cylindrical-coordinate representation of color #AFCC22: hue angle of 70.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFCC22 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 34 -
CMYK 0.14 0 0.83 0.2
HSL 70.24º 0.71% 0.47% -
HSV(B) 70.24º 0.83% 0.8% -
XYZ 39.56 52.42 9.55 -
YUV 175.95 47.89 127.32 -
System Red Green Blue C M Y K H S L
Decimal 175 204 34 0.14 0 0.83 0.2 70.24 0.71 0.47
Hex AF CC 22 E 0 53 14 46 47 2F
Octal 257 314 42 16 0 123 24 106 107 57
Binary 10101111 11001100 100010 1110 0 1010011 10100 1000110 1000111 101111

Color Harmonies of #AFCC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC22

Black with #AFCC22

Text Example


Text Example

White with #AFCC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC22; }

 p { color: rgb(175,204,34); }

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

background-color css

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

 a { background-color: rgb(175,204,34); }

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

border-color css

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

 span { border-color: rgb(175,204,34); }

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