Html Css Color HEX #AFF862 Conifer

📋 copy color: '#AFF862'

red 175 ◦ green 248 ◦ blue 98

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

Shades of Conifer #AFF862

Tints of Conifer #AFF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

 BLUE value IS 98 (38.67% from 255) = 18.81%

R = 33.59%
G = 47.6%
B = 18.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AFF862 (or 0xAFF862) is known color: Conifer. HEX triplet: AF, F8 and 62. RGB value is (175,248,98). Sum of RGB (Red+Green+Blue) = 175+248+98=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF862 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF862 is #50079D. Grayscale: #D1D1D1. Windows color (decimal): -5244830 or 6486191. OLE color: 6486191.

HSL color Cylindrical-coordinate representation of color #AFF862: hue angle of 89.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF862 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 98 -
CMYK 0.29 0 0.60 0.03
HSL 89.2º 0.91% 0.68% -
HSV(B) 89.2º 0.6% 0.97% -
XYZ 53.45 77.13 23.63 -
YUV 209.07 65.32 103.7 -
System Red Green Blue C M Y K H S L
Decimal 175 248 98 0.29 0 0.60 0.03 89.2 0.91 0.68
Hex AF F8 62 1D 0 3C 3 59 5B 44
Octal 257 370 142 35 0 74 3 131 133 104
Binary 10101111 11111000 1100010 11101 0 111100 11 1011001 1011011 1000100

Color Harmonies of #AFF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF862

Black with #AFF862

Text Example


Text Example

White with #AFF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF862; }

 p { color: rgb(175,248,98); }

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

background-color css

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

 a { background-color: rgb(175,248,98); }

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

border-color css

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

 span { border-color: rgb(175,248,98); }

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