Html Css Color HEX #AFE862 Conifer

📋 copy color: '#AFE862'

red 175 ◦ green 232 ◦ blue 98

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

Shades of Conifer #AFE862

Tints of Conifer #AFE862

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.94%

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

R = 34.65%
G = 45.94%
B = 19.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#AFE862 (or 0xAFE862) is known color: Conifer. HEX triplet: AF, E8 and 62. RGB value is (175,232,98). Sum of RGB (Red+Green+Blue) = 175+232+98=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE862 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE862 is #50179D. Grayscale: #C8C8C8. Windows color (decimal): -5248926 or 6482095. OLE color: 6482095.

HSL color Cylindrical-coordinate representation of color #AFE862: hue angle of 85.52º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE862 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 98 -
CMYK 0.25 0 0.58 0.09
HSL 85.52º 0.74% 0.65% -
HSV(B) 85.52º 0.58% 0.91% -
XYZ 48.74 67.71 22.06 -
YUV 199.68 70.62 110.4 -
System Red Green Blue C M Y K H S L
Decimal 175 232 98 0.25 0 0.58 0.09 85.52 0.74 0.65
Hex AF E8 62 19 0 3A 9 56 4A 41
Octal 257 350 142 31 0 72 11 126 112 101
Binary 10101111 11101000 1100010 11001 0 111010 1001 1010110 1001010 1000001

Color Harmonies of #AFE862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE862

Black with #AFE862

Text Example


Text Example

White with #AFE862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE862; }

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

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

background-color css

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

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

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

border-color css

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

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

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