Html Css Color HEX #AFCD1A Rio Grande

📋 copy color: '#AFCD1A'

red 175 ◦ green 205 ◦ blue 26

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

Shades of Rio Grande #AFCD1A

Tints of Rio Grande #AFCD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.49%

 BLUE value IS 26 (10.55% from 255) = 6.4%

R = 43.1%
G = 50.49%
B = 6.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#AFCD1A (or 0xAFCD1A) is known color: Rio Grande. HEX triplet: AF, CD and 1A. RGB value is (175,205,26). Sum of RGB (Red+Green+Blue) = 175+205+26=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD1A is #5032E5. Grayscale: #B0B0B0. Windows color (decimal): -5255910 or 1756591. OLE color: 1756591.

HSL color Cylindrical-coordinate representation of color #AFCD1A: hue angle of 70.06º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFCD1A is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 26 -
CMYK 0.15 0 0.87 0.20
HSL 70.06º 0.77% 0.45% -
HSV(B) 70.06º 0.87% 0.8% -
XYZ 39.7 52.85 9.09 -
YUV 175.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 175 205 26 0.15 0 0.87 0.20 70.06 0.77 0.45
Hex AF CD 1A F 0 57 14 46 4D 2D
Octal 257 315 32 17 0 127 24 106 115 55
Binary 10101111 11001101 11010 1111 0 1010111 10100 1000110 1001101 101101

Color Harmonies of #AFCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD1A

Black with #AFCD1A

Text Example


Text Example

White with #AFCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD1A; }

 p { color: rgb(175,205,26); }

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

background-color css

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

 a { background-color: rgb(175,205,26); }

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

border-color css

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

 span { border-color: rgb(175,205,26); }

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