Html Css Color HEX #AFCA0E Rio Grande

📋 copy color: '#AFCA0E'

red 175 ◦ green 202 ◦ blue 14

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

Shades of Rio Grande #AFCA0E

Tints of Rio Grande #AFCA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.66%

 BLUE value IS 14 (5.86% from 255) = 3.58%

R = 44.76%
G = 51.66%
B = 3.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#AFCA0E (or 0xAFCA0E) is known color: Rio Grande. HEX triplet: AF, CA and 0E. RGB value is (175,202,14). Sum of RGB (Red+Green+Blue) = 175+202+14=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA0E is #5035F1. Grayscale: #ADADAD. Windows color (decimal): -5256690 or 969391. OLE color: 969391.

HSL color Cylindrical-coordinate representation of color #AFCA0E: hue angle of 68.62º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFCA0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 14 -
CMYK 0.13 0 0.93 0.21
HSL 68.62º 0.87% 0.42% -
HSV(B) 68.62º 0.93% 0.79% -
XYZ 38.88 51.39 8.28 -
YUV 172.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 175 202 14 0.13 0 0.93 0.21 68.62 0.87 0.42
Hex AF CA E D 0 5D 15 45 57 2A
Octal 257 312 16 15 0 135 25 105 127 52
Binary 10101111 11001010 1110 1101 0 1011101 10101 1000101 1010111 101010

Color Harmonies of #AFCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA0E

Black with #AFCA0E

Text Example


Text Example

White with #AFCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA0E; }

 p { color: rgb(175,202,14); }

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

background-color css

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

 a { background-color: rgb(175,202,14); }

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

border-color css

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

 span { border-color: rgb(175,202,14); }

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