Html Css Color HEX #AFE962 Conifer

📋 copy color: '#AFE962'

red 175 ◦ green 233 ◦ blue 98

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

Shades of Conifer #AFE962

Tints of Conifer #AFE962

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.05%

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

R = 34.58%
G = 46.05%
B = 19.37%

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

#AFE962 (or 0xAFE962) is known color: Conifer. HEX triplet: AF, E9 and 62. RGB value is (175,233,98). Sum of RGB (Red+Green+Blue) = 175+233+98=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE962 is #50169D. Grayscale: #C8C8C8. Windows color (decimal): -5248670 or 6482351. OLE color: 6482351.

HSL color Cylindrical-coordinate representation of color #AFE962: hue angle of 85.78º degrees, saturation: 0.75, 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 #AFE962 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 98 -
CMYK 0.25 0 0.58 0.09
HSL 85.78º 0.75% 0.65% -
HSV(B) 85.78º 0.58% 0.91% -
XYZ 49.02 68.27 22.15 -
YUV 200.27 70.28 109.98 -
System Red Green Blue C M Y K H S L
Decimal 175 233 98 0.25 0 0.58 0.09 85.78 0.75 0.65
Hex AF E9 62 19 0 3A 9 56 4B 41
Octal 257 351 142 31 0 72 11 126 113 101
Binary 10101111 11101001 1100010 11001 0 111010 1001 1010110 1001011 1000001

Color Harmonies of #AFE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE962

Black with #AFE962

Text Example


Text Example

White with #AFE962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE962; }

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

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

background-color css

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

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

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

border-color css

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

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

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