Html Css Color HEX #AFF65C Conifer

📋 copy color: '#AFF65C'

red 175 ◦ green 246 ◦ blue 92

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

Shades of Conifer #AFF65C

Tints of Conifer #AFF65C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.95%

 BLUE value IS 92 (36.33% from 255) = 17.93%

R = 34.11%
G = 47.95%
B = 17.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#AFF65C (or 0xAFF65C) is known color: Conifer. HEX triplet: AF, F6 and 5C. RGB value is (175,246,92). Sum of RGB (Red+Green+Blue) = 175+246+92=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF65C is #5009A3. Grayscale: #CFCFCF. Windows color (decimal): -5245348 or 6092463. OLE color: 6092463.

HSL color Cylindrical-coordinate representation of color #AFF65C: hue angle of 87.66º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFF65C is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 92 -
CMYK 0.29 0 0.63 0.04
HSL 87.66º 0.9% 0.66% -
HSV(B) 87.66º 0.63% 0.96% -
XYZ 52.57 75.8 21.99 -
YUV 207.22 62.98 105.02 -
System Red Green Blue C M Y K H S L
Decimal 175 246 92 0.29 0 0.63 0.04 87.66 0.9 0.66
Hex AF F6 5C 1D 0 3F 4 58 5A 42
Octal 257 366 134 35 0 77 4 130 132 102
Binary 10101111 11110110 1011100 11101 0 111111 100 1011000 1011010 1000010

Color Harmonies of #AFF65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF65C

Black with #AFF65C

Text Example


Text Example

White with #AFF65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF65C; }

 p { color: rgb(175,246,92); }

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

background-color css

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

 a { background-color: rgb(175,246,92); }

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

border-color css

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

 span { border-color: rgb(175,246,92); }

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