Html Css Color HEX #AFCE22 Rio Grande

📋 copy color: '#AFCE22'

red 175 ◦ green 206 ◦ blue 34

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

Shades of Rio Grande #AFCE22

Tints of Rio Grande #AFCE22

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.64%

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

R = 42.17%
G = 49.64%
B = 8.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#AFCE22 (or 0xAFCE22) is known color: Rio Grande. HEX triplet: AF, CE and 22. RGB value is (175,206,34). Sum of RGB (Red+Green+Blue) = 175+206+34=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE22 is #5031DD. Grayscale: #B1B1B1. Windows color (decimal): -5255646 or 2281135. OLE color: 2281135.

HSL color Cylindrical-coordinate representation of color #AFCE22: hue angle of 70.81º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFCE22 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 34 -
CMYK 0.15 0 0.83 0.19
HSL 70.81º 0.72% 0.47% -
HSV(B) 70.81º 0.83% 0.81% -
XYZ 40.04 53.37 9.7 -
YUV 177.12 47.23 126.49 -
System Red Green Blue C M Y K H S L
Decimal 175 206 34 0.15 0 0.83 0.19 70.81 0.72 0.47
Hex AF CE 22 F 0 53 13 47 48 2F
Octal 257 316 42 17 0 123 23 107 110 57
Binary 10101111 11001110 100010 1111 0 1010011 10011 1000111 1001000 101111

Color Harmonies of #AFCE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE22

Black with #AFCE22

Text Example


Text Example

White with #AFCE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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